home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / TRANGOM5830S-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  48.6 KB  |  1,495 lines

  1. -- Private MIB definition for Trango Systems
  2. -- Access 58xx series wireless broadband Access Point M5830S-AP-60
  3. -- Version: 1.1
  4. -- Date: July 31, 2003
  5. --
  6. -- Copyright 2003: Trango Systems, Inc. All Rights Reserved.
  7. -- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA.
  8. --
  9. -- Reproduction of this document is authorized on condition that the
  10. -- foregoing copyright notice is included.
  11.  
  12. TRANGOM5830S-MIB DEFINITIONS ::= BEGIN
  13.  
  14. -- MIB module for enterprise trango wireless broadband
  15. -- of management of M5830S AP and SU units
  16.  
  17.     IMPORTS
  18.             enterprises, IpAddress, Counter
  19.                     FROM RFC1155-SMI
  20.             TRAP-TYPE
  21.                     FROM RFC-1215
  22.             OBJECT-TYPE
  23.                 FROM RFC-1212;
  24.  
  25.     -- textual conventions
  26.  
  27.     DisplayString ::=
  28.         OCTET STRING
  29.                 -- This data type is used to model textual information taken
  30.         -- from the NVT ASCII character set.  By convention, objects
  31.                 -- with this syntax are declared as having
  32.                 --
  33.                 -- SIZE (0..255)
  34.  
  35.  
  36.     -- trango wireless broadband MIB registration id assigned to 5454.
  37.         -- customer needs to change this value based on their OEM value.
  38.     trango        OBJECT IDENTIFIER ::= { enterprises 5454 }
  39.     tbw            OBJECT IDENTIFIER ::= { trango 1 }
  40.     m5830sap    OBJECT IDENTIFIER ::= { tbw 20 }
  41.  
  42.     -- modules branched from m5830sap
  43.     apsystem    OBJECT IDENTIFIER ::= { m5830sap 1 }
  44.     aprf            OBJECT IDENTIFIER ::= { m5830sap 2 }
  45.     su              OBJECT IDENTIFIER ::= { m5830sap 3 }
  46.     trapconfig      OBJECT IDENTIFIER ::= { m5830sap 4 }
  47.     mibinfo       OBJECT IDENTIFIER ::= { m5830sap 5 }
  48.         m5830straps    OBJECT IDENTIFIER ::= { m5830sap 16}
  49.     
  50.     apversion    OBJECT IDENTIFIER ::= { apsystem 1 }
  51.     apswitches    OBJECT IDENTIFIER ::= { apsystem 13}
  52.     aptraffic    OBJECT IDENTIFIER ::= { apsystem 15}
  53.     apipconfig    OBJECT IDENTIFIER ::= { apsystem 19}
  54.     aprftable       OBJECT IDENTIFIER ::= { aprf 3 }
  55.     apism       OBJECT IDENTIFIER ::= { aprf 4 }
  56.     apunii      OBJECT IDENTIFIER ::= { aprf 5 }
  57.         sudb            OBJECT IDENTIFIER ::= { su 5 }
  58.  
  59.     -- MIB objects defined below
  60.  
  61.     -- apsystem objects
  62.     apversionHW    OBJECT-TYPE
  63.         SYNTAX    OCTET STRING (SIZE(2))
  64.                 ACCESS     read-only
  65.                 STATUS     mandatory
  66.             DESCRIPTION
  67.                 "Hardware version."
  68.                 ::= { apversion 1 }
  69.  
  70.     apversionFW OBJECT-TYPE
  71.                 SYNTAX    DisplayString (SIZE (0..80))
  72.                 ACCESS     read-only
  73.                 STATUS     mandatory
  74.                 DESCRIPTION
  75.                 "Main firmware version.
  76.                       Format: <code version>H<hardware version>D<date>."
  77.                 ::= { apversion 2 }
  78.  
  79.     apversionFPGA OBJECT-TYPE
  80.                 SYNTAX    OCTET STRING (SIZE(4))
  81.                 ACCESS     read-only
  82.                 STATUS     mandatory
  83.                 DESCRIPTION
  84.                 "FPGA firmware version."
  85.                 ::= { apversion 3 }
  86.  
  87.     apversionChecksum OBJECT-TYPE
  88.                 SYNTAX     OCTET STRING (SIZE(4))
  89.                 ACCESS     read-only
  90.                 STATUS     mandatory
  91.                 DESCRIPTION
  92.                 "AP firmware checksum."
  93.                 ::= { apversion 4 }
  94.  
  95.     apsystemDeviceId OBJECT-TYPE
  96.             SYNTAX     OCTET STRING (SIZE(6))
  97.             ACCESS     read-only
  98.             STATUS     mandatory
  99.             DESCRIPTION
  100.             "MAC address."
  101.             ::= { apsystem 2 }
  102.  
  103.     apsystemBaseId OBJECT-TYPE
  104.             SYNTAX     INTEGER (0..127)
  105.             ACCESS     read-write
  106.             STATUS     mandatory
  107.             DESCRIPTION
  108.             "Cluster that the AP belongs to.
  109.                       All APs and SUs in the same cluster shall have the same Base ID."
  110.             ::= { apsystem 3 }
  111.  
  112.     apsystemAPId OBJECT-TYPE
  113.             SYNTAX    INTEGER (0..255)
  114.             ACCESS     read-write
  115.             STATUS     mandatory
  116.             DESCRIPTION
  117.             "AP ID. Each AP in a cluster shall have unique AP ID."
  118.             ::= { apsystem 4 }
  119.  
  120.     apsystemDefOpMode OBJECT-TYPE
  121.             SYNTAX    INTEGER {
  122.                     ap(1),
  123.                            off(0)
  124.                       }
  125.             ACCESS     read-write
  126.             STATUS     mandatory
  127.             DESCRIPTION
  128.             "The operation mode (ap or off) the radio is on after reboot/power cycle."
  129.             ::= { apsystem 5 }
  130.  
  131.     apsystemCurOpMode OBJECT-TYPE
  132.             SYNTAX    INTEGER {
  133.                            ap(1),
  134.                            off(0)
  135.                        }
  136.             ACCESS     read-only
  137.             STATUS     mandatory
  138.             DESCRIPTION
  139.             "Radio's current operation mode."
  140.             ::= { apsystem 6 }
  141.         
  142.         apsystemActivateOpmode OBJECT-TYPE
  143.                 SYNTAX    INTEGER {
  144.                 deactivated(0),
  145.                            activateapmode(1)
  146.                        }
  147.                 ACCESS     read-write
  148.                 STATUS  mandatory
  149.                 DESCRIPTION
  150.                     "Engage AP unit to ap operation mode."
  151.                 DEFVAL    { deactivated }
  152.                 ::= { apsystem 7 }
  153.  
  154.     apsystemIpAddr OBJECT-TYPE
  155.         SYNTAX     IpAddress
  156.         ACCESS     read-only
  157.         STATUS     mandatory
  158.         DESCRIPTION
  159.             "Current IP address."
  160.         ::= { apsystem 8 }
  161.  
  162.         apsystemSubnet OBJECT-TYPE
  163.         SYNTAX    IpAddress
  164.         ACCESS    read-only
  165.         STATUS    mandatory
  166.         DESCRIPTION
  167.             "Current Subnet mask."
  168.         ::= { apsystem 9 }
  169.  
  170.     apsystemDefaultGateway OBJECT-TYPE
  171.         SYNTAX    IpAddress
  172.         ACCESS    read-only
  173.         STATUS    mandatory
  174.         DESCRIPTION
  175.             "Current Default gateway."
  176.         ::= { apsystem 10 }
  177.  
  178.     apsystemReadCommStr OBJECT-TYPE
  179.             SYNTAX  DisplayString (SIZE (0..32))
  180.         ACCESS    read-write
  181.         STATUS  mandatory
  182.         DESCRIPTION
  183.             "SNMP agent read community string. It is used for authentication purpose."
  184.         ::= { apsystem 11 }
  185.  
  186.     apsystemWriteCommStr OBJECT-TYPE
  187.             SYNTAX  DisplayString (SIZE (0..32))
  188.         ACCESS    read-write
  189.         STATUS  mandatory
  190.         DESCRIPTION
  191.             "SNMP agent write community string. It is used for authentication purpose."
  192.         ::= { apsystem 12 }
  193.  
  194.     apswitchesBlockBroadcastMulticast OBJECT-TYPE
  195.         SYNTAX    INTEGER {
  196.                 passed(0),
  197.                     blocked(1)
  198.                     }
  199.         ACCESS     read-write
  200.         STATUS     mandatory
  201.         DESCRIPTION
  202.             "This switch enables or disables the blocking of Ethernet
  203.                  control packet except ICMP and ARP to reduce the amount
  204.                      of uneccessary overhead introduced to the wireless link."
  205.         ::= { apswitches 1 }
  206.  
  207.     apswitchesSUtoSU OBJECT-TYPE
  208.          SYNTAX    INTEGER {
  209.                         disabled(0),
  210.                         enabled(1)
  211.                         }
  212.         ACCESS     read-write
  213.         STATUS     mandatory
  214.         DESCRIPTION
  215.             "This switch enables or disables the peer-to-peer
  216.                      feature among SUs through the AP. Before this switch
  217.                          is turned on, all SUs that want to communicate with
  218.                          each other have to be assigned to the same group."
  219.         ::= { apswitches 2 }
  220.  
  221.     apswitchesTFTPD OBJECT-TYPE
  222.         SYNTAX    INTEGER {
  223.                     disabled(0),
  224.                         enabled(1)
  225.                     }
  226.         ACCESS     read-write
  227.         STATUS     mandatory
  228.         DESCRIPTION
  229.             "This switch enables or disables the TFTP operation. When
  230.                      it is turned on, then the AP will be ready for code download."
  231.         ::= { apswitches 4 }
  232.  
  233.     apswitchesHTTPD OBJECT-TYPE
  234.         SYNTAX    INTEGER {
  235.                         disabled(0),
  236.                         enabled(1)
  237.                         }
  238.         ACCESS     read-write
  239.         STATUS     mandatory
  240.         DESCRIPTION
  241.             "When it is turned on, then the AP is accessible for
  242.                          configuring via web browser (e.g. IE or Nescape)."
  243.         ::= { apswitches 5 }
  244.  
  245.     apsystemMIRThreshold OBJECT-TYPE
  246.         SYNTAX    INTEGER {
  247.                         disabled(0),
  248.                         fourmbps(4),
  249.                         fivembps(5),
  250.                         sixmbps(6),
  251.                         sevenmbps(7),
  252.                         eightmbps(8)
  253.                         }
  254.         ACCESS    read-write
  255.         STATUS  mandatory
  256.         DESCRIPTION
  257.             "Maximum Information Rate (in Kbps), the AP allows the
  258.                          network to utilize before enforcing CIR on each subscriber."
  259.         ::= { apsystem 14 }
  260.  
  261.     aptrafficEthRxAvgThroughputLog OBJECT-TYPE
  262.         SYNTAX     INTEGER
  263.         ACCESS    read-only    
  264.         STATUS  mandatory
  265.         DESCRIPTION
  266.             "Average payload data throughput (in Kbits/sec)
  267.                          received on Ethernet port over the last 60 seconds."
  268.         ::= { aptraffic 1 }
  269.  
  270.     aptrafficEthTxAvgThroughputLog OBJECT-TYPE
  271.         SYNTAX     INTEGER
  272.         ACCESS    read-only
  273.         STATUS    mandatory
  274.         DESCRIPTION
  275.             "Average payload data throughput (in Kbits/sec)
  276.                          transmitted on Ethernet port over the last 60 seconds."
  277.         ::= { aptraffic 2 }
  278.  
  279.     aptrafficRfRxAvgThroughputLog OBJECT-TYPE
  280.         SYNTAX     INTEGER
  281.         ACCESS    read-only
  282.         STATUS    mandatory
  283.         DESCRIPTION
  284.             "Average payload data throughput (in Kbits/sec)
  285.                          received on RF port over the last 60 seconds."
  286.         ::= { aptraffic 3 }
  287.  
  288.     aptrafficRfTxAvgThroughputLog OBJECT-TYPE
  289.         SYNTAX     INTEGER
  290.         ACCESS    read-only
  291.         STATUS    mandatory
  292.         DESCRIPTION
  293.             "Average payload data throughput (in Kbits/sec)
  294.                          transmitted on RF port over the last 60 seconds."
  295.         ::= { aptraffic 4 }
  296.  
  297.     aptrafficEthInOctets OBJECT-TYPE
  298.         SYNTAX     Counter
  299.         ACCESS    read-only
  300.         STATUS    mandatory
  301.         DESCRIPTION
  302.             "Number of payload octets received on Ethernet port."
  303.         ::= { aptraffic 5 }
  304.  
  305.     aptrafficEthOutOctets OBJECT-TYPE
  306.         SYNTAX     Counter
  307.         ACCESS    read-only
  308.         STATUS    mandatory
  309.         DESCRIPTION
  310.             "Number of payload octets transmitted on Ethernet port."
  311.         ::= { aptraffic 6 }
  312.  
  313.     aptrafficRfInOctets OBJECT-TYPE
  314.         SYNTAX     Counter
  315.         ACCESS    read-only
  316.         STATUS    mandatory
  317.         DESCRIPTION
  318.             "Number of octets of SUs payload received from RF port."
  319.         ::= { aptraffic 7 }
  320.  
  321.     aptrafficRfOutOctets OBJECT-TYPE
  322.         SYNTAX     Counter
  323.         ACCESS    read-only
  324.         STATUS    mandatory
  325.         DESCRIPTION
  326.             "Number of octets of SUs payload transmitted to RF port."
  327.         ::= { aptraffic 8 }
  328.  
  329.         apsystemTemperature OBJECT-TYPE
  330.             SYNTAX  INTEGER (-128..127)
  331.             ACCESS  read-only
  332.             STATUS  mandatory
  333.             DESCRIPTION
  334.                     "Current AP temperature value (in Celsius)."
  335.                 ::= {apsystem 16 }
  336.  
  337.     apsystemUpdateFlashAndActivate OBJECT-TYPE
  338.         SYNTAX    INTEGER {
  339.                         no(0),
  340.                         yes(1)
  341.                         }
  342.         ACCESS    read-write
  343.         STATUS    mandatory
  344.         DESCRIPTION
  345.             "Save system setting values to Flash and activate the settings."
  346.             DEFVAL  {no}
  347.         ::= { apsystem 17 }
  348.  
  349.     apsystemReboot OBJECT-TYPE
  350.         SYNTAX    INTEGER {
  351.                         deactivated(0),
  352.                         activated(1)
  353.                         }
  354.         ACCESS    read-write
  355.         STATUS  mandatory
  356.         DESCRIPTION
  357.             "Reboot the radio."
  358.             DEFVAL { deactivated }
  359.         ::= { apsystem 18 }
  360.  
  361.     apipconfigIpAddress OBJECT-TYPE
  362.         SYNTAX     IpAddress
  363.         ACCESS     read-write
  364.         STATUS     mandatory
  365.         DESCRIPTION
  366.             "New IP address. It will be saved to
  367.                          non-volatile memory and activated in 5 secs."
  368.         ::= { apipconfig 1 }
  369.  
  370.     apipconfigSubnet OBJECT-TYPE
  371.         SYNTAX    IpAddress
  372.         ACCESS    read-write
  373.         STATUS    mandatory
  374.         DESCRIPTION
  375.             "New Subnet mask. It will be saved to
  376.                          non-volatile memory and activated in 5 secs."
  377.         ::= { apipconfig 2 }
  378.  
  379.         apipconfigDefaultGateway OBJECT-TYPE
  380.         SYNTAX    IpAddress
  381.         ACCESS    read-write
  382.         STATUS    mandatory
  383.         DESCRIPTION
  384.             "New Default gateway. It will be saved to
  385.                          non-volatile memory and activated in 5 secs."
  386.         ::= { apipconfig 3 }
  387.  
  388.     -- aprf objects
  389.     aprfActiveChannel OBJECT-TYPE
  390.         SYNTAX     INTEGER (1..30)
  391.         ACCESS    read-write
  392.         STATUS    mandatory
  393.         DESCRIPTION
  394.             "It specifies the current channel number the radio operates on."
  395.         ::= { aprf 1 }
  396.  
  397.     aprfActivePolarization OBJECT-TYPE
  398.                 SYNTAX  DisplayString (SIZE (1))
  399.         ACCESS    read-write
  400.         STATUS    mandatory
  401.         DESCRIPTION
  402.             "It specifies the current polarization the radio operates on."
  403.         ::= { aprf 2 }
  404.  
  405.     aprftableChannel1 OBJECT-TYPE
  406.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  407.         ACCESS    read-write
  408.         STATUS    mandatory
  409.         DESCRIPTION
  410.             "RF channel 1 frequency (in MHz). It allows you to create your
  411.                      own channel instead of the manufacturing defaults in the AP.
  412.                          Keep in mind that channel width is 20MHz, and the frequency
  413.                          specified here is the center frequency.
  414.                          Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  415.         ::= { aprftable 1 }
  416.  
  417.     aprftableChannel2 OBJECT-TYPE
  418.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  419.         ACCESS    read-write
  420.         STATUS    mandatory
  421.         DESCRIPTION
  422.             "RF channel 2 frequency (in MHz). It allows you to create your
  423.                      own channel instead of the manufacturing defaults in the AP.
  424.                      Keep in mind that channel width is 20MHz, and the frequency
  425.                      specified here is the center frequency.
  426.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  427.         ::= { aprftable 2 }
  428.  
  429.     aprftableChannel3 OBJECT-TYPE
  430.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  431.         ACCESS    read-write
  432.         STATUS    mandatory
  433.         DESCRIPTION
  434.             "RF channel 3 frequency (in MHz). It allows you to create your
  435.                      own channel instead of the manufacturing defaults in the AP.
  436.                      Keep in mind that channel width is 20MHz, and the frequency
  437.                      specified here is the center frequency.
  438.                       Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  439.         ::= { aprftable 3 }
  440.  
  441.     aprftableChannel4 OBJECT-TYPE
  442.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  443.         ACCESS    read-write
  444.         STATUS    mandatory
  445.         DESCRIPTION
  446.             "RF channel 4 frequency (in MHz). It allows you to create your
  447.                      own channel instead of the manufacturing defaults in the AP.
  448.                      Keep in mind that channel width is 20MHz, and the frequency
  449.                      specified here is the center frequency.
  450.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  451.         ::= { aprftable 4 }
  452.  
  453.     aprftableChannel5 OBJECT-TYPE
  454.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  455.         ACCESS    read-write
  456.         STATUS    mandatory
  457.         DESCRIPTION
  458.             "RF channel 5 frequency (in MHz). It allows you to create your
  459.                      own channel instead of the manufacturing defaults in the AP.
  460.                      Keep in mind that channel width is 20MHz, and the frequency
  461.                      specified here is the center frequency.
  462.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  463.         ::= { aprftable 5 }
  464.  
  465.     aprftableChannel6 OBJECT-TYPE
  466.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  467.         ACCESS    read-write
  468.         STATUS    mandatory
  469.         DESCRIPTION
  470.             "RF channel 6 frequency (in MHz). It allows you to create your
  471.                         own channel instead of the manufacturing defaults in the AP.
  472.                      Keep in mind that channel width is 20MHz, and the frequency
  473.                      specified here is the center frequency.
  474.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  475.         ::= { aprftable 6 }
  476.  
  477.     aprftableChannel7 OBJECT-TYPE
  478.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  479.         ACCESS    read-write
  480.         STATUS    mandatory
  481.         DESCRIPTION
  482.             "RF channel 7 frequency (in MHz). It allows you to create your
  483.                      own channel instead of the manufacturing defaults in the AP.
  484.                      Keep in mind that channel width is 20MHz, and the frequency
  485.                      specified here is the center frequency.
  486.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  487.         ::= { aprftable 7 }
  488.  
  489.     aprftableChannel8 OBJECT-TYPE
  490.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  491.         ACCESS    read-write
  492.         STATUS    mandatory
  493.         DESCRIPTION
  494.             "RF channel 8 frequency (in MHz). It allows you to create your
  495.                          own channel instead of the manufacturing defaults in the AP.
  496.                      Keep in mind that channel width is 20MHz, and the frequency
  497.                      specified here is the center frequency.
  498.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  499.         ::= { aprftable 8 }
  500.  
  501.     aprftableChannel9 OBJECT-TYPE
  502.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  503.         ACCESS    read-write
  504.         STATUS    mandatory
  505.         DESCRIPTION
  506.             "RF channel 9 frequency (in MHz). It allows you to create your
  507.                      own channel instead of the manufacturing defaults in the AP.
  508.                      Keep in mind that channel width is 20MHz, and the frequency
  509.                      specified here is the center frequency.
  510.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  511.         ::= { aprftable 9 }
  512.  
  513.     aprftableChannel10 OBJECT-TYPE
  514.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  515.         ACCESS    read-write
  516.         STATUS    mandatory
  517.         DESCRIPTION
  518.             "RF channel 10 frequency (in MHz). It allows you to create your
  519.                      own channel instead of the manufacturing defaults in the AP.
  520.                      Keep in mind that channel width is 20MHz, and the frequency
  521.                      specified here is the center frequency.
  522.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  523.         ::= { aprftable 10 }
  524.  
  525.     aprftableChannel11 OBJECT-TYPE
  526.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  527.         ACCESS    read-write
  528.         STATUS    mandatory
  529.         DESCRIPTION
  530.             "RF channel 11 frequency (in MHz). It allows you to create your
  531.                      own channel instead of the manufacturing defaults in the AP.
  532.                      Keep in mind that channel width is 20MHz, and the frequency
  533.                      specified here is the center frequency.
  534.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  535.         ::= { aprftable 11 }
  536.  
  537.     aprftableChannel12 OBJECT-TYPE
  538.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  539.         ACCESS    read-write
  540.         STATUS    mandatory
  541.         DESCRIPTION
  542.             "RF channel 12 frequency (in MHz). It allows you to create your
  543.                      own channel instead of the manufacturing defaults in the AP.
  544.                      Keep in mind that channel width is 20MHz, and the frequency
  545.                      specified here is the center frequency.
  546.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  547.         ::= { aprftable 12 }
  548.  
  549.     aprftableChannel13 OBJECT-TYPE
  550.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  551.         ACCESS    read-write
  552.         STATUS    mandatory
  553.         DESCRIPTION
  554.             "RF channel 13 frequency (in MHz). It allows you to create your
  555.                      own channel instead of the manufacturing defaults in the AP.
  556.                      Keep in mind that channel width is 20MHz, and the frequency
  557.                      specified here is the center frequency.
  558.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  559.         ::= { aprftable 13 }
  560.  
  561.     aprftableChannel14 OBJECT-TYPE
  562.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  563.         ACCESS    read-write
  564.         STATUS    mandatory
  565.         DESCRIPTION
  566.             "RF channel 14 frequency (in MHz). It allows you to create your
  567.                      own channel instead of the manufacturing defaults in the AP.
  568.                      Keep in mind that channel width is 20MHz, and the frequency
  569.                      specified here is the center frequency.
  570.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  571.         ::= { aprftable 14 }
  572.  
  573.     aprftableChannel15 OBJECT-TYPE
  574.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  575.         ACCESS    read-write
  576.         STATUS    mandatory
  577.         DESCRIPTION
  578.             "RF channel 15 frequency (in MHz). It allows you to create your
  579.                      own channel instead of the manufacturing defaults in the AP.
  580.                      Keep in mind that channel width is 20MHz, and the frequency
  581.                      specified here is the center frequency.
  582.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  583.         ::= { aprftable 15 }
  584.  
  585.     aprftableChannel16 OBJECT-TYPE
  586.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  587.         ACCESS    read-write
  588.         STATUS    mandatory
  589.         DESCRIPTION
  590.             "RF channel 16 frequency (in MHz). It allows you to create your
  591.                      own channel instead of the manufacturing defaults in the AP.
  592.                      Keep in mind that channel width is 20MHz, and the frequency
  593.                      specified here is the center frequency.
  594.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  595.         ::= { aprftable 16 }
  596.  
  597.     aprftableChannel17 OBJECT-TYPE
  598.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  599.         ACCESS    read-write
  600.         STATUS    mandatory
  601.         DESCRIPTION
  602.             "RF channel 17 frequency (in MHz). It allows you to create your
  603.                      own channel instead of the manufacturing defaults in the AP.
  604.                      Keep in mind that channel width is 20MHz, and the frequency
  605.                      specified here is the center frequency.
  606.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  607.         ::= { aprftable 17 }
  608.  
  609.     aprftableChannel18 OBJECT-TYPE
  610.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  611.         ACCESS    read-write
  612.         STATUS    mandatory
  613.         DESCRIPTION
  614.             "RF channel 18 frequency (in MHz). It allows you to create your
  615.                      own channel instead of the manufacturing defaults in the AP.
  616.                      Keep in mind that channel width is 20MHz, and the frequency
  617.                      specified here is the center frequency.
  618.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  619.         ::= { aprftable 18 }
  620.  
  621.     aprftableChannel19 OBJECT-TYPE
  622.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  623.         ACCESS    read-write
  624.         STATUS    mandatory
  625.         DESCRIPTION
  626.             "RF channel 19 frequency (in MHz). It allows you to create your
  627.                      own channel instead of the manufacturing defaults in the AP.
  628.                      Keep in mind that channel width is 20MHz, and the frequency
  629.                      specified here is the center frequency.
  630.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  631.         ::= { aprftable 19 }
  632.  
  633.     aprftableChannel20 OBJECT-TYPE
  634.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  635.         ACCESS    read-write
  636.         STATUS    mandatory
  637.         DESCRIPTION
  638.             "RF channel 20 frequency (in MHz). It allows you to create your
  639.                      own channel instead of the manufacturing defaults in the AP.
  640.                      Keep in mind that channel width is 20MHz, and the frequency
  641.                      specified here is the center frequency.
  642.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  643.         ::= { aprftable 20 }
  644.  
  645.     aprftableChannel21 OBJECT-TYPE
  646.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  647.         ACCESS    read-write
  648.         STATUS    mandatory
  649.         DESCRIPTION
  650.             "RF channel 21 frequency (in MHz). It allows you to create your
  651.                      own channel instead of the manufacturing defaults in the AP.
  652.                      Keep in mind that channel width is 20MHz, and the frequency
  653.                      specified here is the center frequency.
  654.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  655.         ::= { aprftable 21 }
  656.  
  657.     aprftableChannel22 OBJECT-TYPE
  658.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  659.         ACCESS    read-write
  660.         STATUS    mandatory
  661.         DESCRIPTION
  662.             "RF channel 22 frequency (in MHz). It allows you to create your
  663.                      own channel instead of the manufacturing defaults in the AP.
  664.                      Keep in mind that channel width is 20MHz, and the frequency
  665.                      specified here is the center frequency.
  666.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  667.         ::= { aprftable 22 }
  668.  
  669.     aprftableChannel23 OBJECT-TYPE
  670.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  671.         ACCESS    read-write
  672.         STATUS    mandatory
  673.         DESCRIPTION
  674.             "RF channel 23 frequency (in MHz). It allows you to create your
  675.                      own channel instead of the manufacturing defaults in the AP.
  676.                      Keep in mind that channel width is 20MHz, and the frequency
  677.                      specified here is the center frequency.
  678.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  679.         ::= { aprftable 23 }
  680.  
  681.     aprftableChannel24 OBJECT-TYPE
  682.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  683.         ACCESS    read-write
  684.         STATUS    mandatory
  685.         DESCRIPTION
  686.             "RF channel 24 frequency (in MHz). It allows you to create your
  687.                      own channel instead of the manufacturing defaults in the AP.
  688.                      Keep in mind that channel width is 20MHz, and the frequency
  689.                      specified here is the center frequency.
  690.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  691.         ::= { aprftable 24 }
  692.  
  693.     aprftableChannel25 OBJECT-TYPE
  694.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  695.         ACCESS    read-write
  696.         STATUS    mandatory
  697.         DESCRIPTION
  698.             "RF channel 25 frequency (in MHz). It allows you to create your
  699.                      own channel instead of the manufacturing defaults in the AP.
  700.                      Keep in mind that channel width is 20MHz, and the frequency
  701.                      specified here is the center frequency.
  702.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  703.         ::= { aprftable 25 }
  704.  
  705.     aprftableChannel26 OBJECT-TYPE
  706.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  707.         ACCESS    read-write
  708.         STATUS    mandatory
  709.         DESCRIPTION
  710.             "RF channel 26 frequency (in MHz). It allows you to create your
  711.                      own channel instead of the manufacturing defaults in the AP.
  712.                      Keep in mind that channel width is 20MHz, and the frequency
  713.                      specified here is the center frequency.
  714.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  715.         ::= { aprftable 26 }
  716.  
  717.     aprftableChannel27 OBJECT-TYPE
  718.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  719.         ACCESS    read-write
  720.         STATUS    mandatory
  721.         DESCRIPTION
  722.             "RF channel 27 frequency (in MHz). It allows you to create your
  723.                      own channel instead of the manufacturing defaults in the AP.
  724.                      Keep in mind that channel width is 20MHz, and the frequency
  725.                      specified here is the center frequency.
  726.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  727.         ::= { aprftable 27 }
  728.  
  729.     aprftableChannel28 OBJECT-TYPE
  730.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  731.         ACCESS    read-write
  732.         STATUS    mandatory
  733.         DESCRIPTION
  734.             "RF channel 28 frequency (in MHz). It allows you to create your
  735.                      own channel instead of the manufacturing defaults in the AP.
  736.                      Keep in mind that channel width is 20MHz, and the frequency
  737.                      specified here is the center frequency.
  738.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  739.         ::= { aprftable 28 }
  740.  
  741.     aprftableChannel29 OBJECT-TYPE
  742.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  743.         ACCESS    read-write
  744.         STATUS    mandatory
  745.         DESCRIPTION
  746.             "RF channel 29 frequency (in MHz). It allows you to create your
  747.                      own channel instead of the manufacturing defaults in the AP.
  748.                      Keep in mind that channel width is 20MHz, and the frequency
  749.                      specified here is the center frequency.
  750.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  751.         ::= { aprftable 29 }
  752.  
  753.     aprftableChannel30 OBJECT-TYPE
  754.         SYNTAX     INTEGER (5260..5340 | 5736..5836)
  755.         ACCESS    read-write
  756.         STATUS    mandatory
  757.         DESCRIPTION
  758.             "RF channel 30 frequency (in MHz). It allows you to create your
  759.                      own channel instead of the manufacturing defaults in the AP.
  760.                      Keep in mind that channel width is 20MHz, and the frequency
  761.                      specified here is the center frequency.
  762.                      Frequency (5260MHz - 5340MHz) is only applicable to M5830S radio."
  763.         ::= { aprftable 30 }
  764.  
  765.     apismTxPowerMax OBJECT-TYPE
  766.         SYNTAX     INTEGER (-128..127)
  767.         ACCESS    read-only
  768.         STATUS    mandatory
  769.         DESCRIPTION
  770.                 "The maximum ISM Tx power value can be set (in dBm)."
  771.             ::= { apism 1 }
  772.     
  773.     apismTxPowerMin OBJECT-TYPE
  774.         SYNTAX     INTEGER (-128..127)
  775.         ACCESS    read-only
  776.         STATUS    mandatory
  777.         DESCRIPTION
  778.                     "The minimum ISM Tx power value can be set (in dBm)."
  779.             ::= { apism 2 }
  780.     
  781.     apismTxPower OBJECT-TYPE
  782.         SYNTAX     INTEGER (-128..127)
  783.         ACCESS    read-write
  784.         STATUS    mandatory
  785.         DESCRIPTION
  786.             "ISM RF tx power (in dBm). It specifies the power output
  787.                      of the radio, excluding the antenna gain. Check parameters
  788.                      apismTxPowerMax and apismTxPowerMin for power setting range."
  789.         ::= { apism 3 }
  790.  
  791.     apismServiceRadius OBJECT-TYPE
  792.         SYNTAX     INTEGER {
  793.                         threemiles(3),
  794.                         tenmiles(10),
  795.                         twentymiles(20)
  796.                     }
  797.         ACCESS    read-write
  798.         STATUS    mandatory
  799.         DESCRIPTION
  800.             "ISM RF service radius (in mile). It specifies the distance of
  801.                      the furthest SU the AP will serve. Based on this information,
  802.                      the AP will determine the maximum wait time for a SU to
  803.                      response to a poll before it starts to poll the next one."
  804.         ::= { apism 4 }
  805.  
  806.     apismRxThreshold OBJECT-TYPE
  807.         SYNTAX     INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  808.         ACCESS    read-write
  809.         STATUS    mandatory
  810.         DESCRIPTION
  811.             "ISM RF rx threshold (in dBm). It specifies the receiver sensitivity
  812.                      of the AP. By default, the radio's sensitivity is -82dBm.
  813.                      The higher the threshold is, the less sensitive the radio will be.
  814.                      In M5800S, the value -90 represents the rfrxthreshold is disabled."
  815.         ::= { apism 5 }
  816.  
  817.     apismTargetRSSI OBJECT-TYPE
  818.         SYNTAX     INTEGER (-85..-45)
  819.         ACCESS    read-write
  820.         STATUS    mandatory
  821.         DESCRIPTION
  822.             "ISM RF target RSSI (in dBm). It specifies the target RSSI from all SUs to
  823.                      the AP. Based on this parameter, the AP can power level each SU
  824.                      so that it receives same level of signal strength from all SUs,
  825.                      regardless far or near. Note that when you set the Target RSSI
  826.                      from SU, you need to consider AP's RF Rx Threshold value.
  827.                      The Target RSSI from SU must be 5dB higher than the RF Rx Threshold.
  828.                      When the RF Rx Threshold is disabled, the setting of the Target RSSI
  829.                      from SU shall be no less than -75dBm."
  830.         ::= { apism 6 }
  831.  
  832.     apuniiTxPowerMax OBJECT-TYPE
  833.         SYNTAX     INTEGER (-128..127)
  834.         ACCESS    read-only
  835.         STATUS    mandatory
  836.         DESCRIPTION
  837.                     "This object is only applicable to M5830S radio.
  838.                       The maximum UNII Tx power value can be set (in dBm)."
  839.             ::= { apunii 1 }
  840.     
  841.     apuniiTxPowerMin OBJECT-TYPE
  842.         SYNTAX     INTEGER (-128..127)
  843.         ACCESS    read-only
  844.         STATUS    mandatory
  845.         DESCRIPTION
  846.                     "This object is only applicable to M5830S radio.
  847.                       The minimum UNII Tx power value can be set (in dBm)."
  848.             ::= { apunii 2 }
  849.         
  850.      apuniiTxPower OBJECT-TYPE
  851.         SYNTAX     INTEGER (-128..127)
  852.         ACCESS    read-write
  853.         STATUS    mandatory
  854.         DESCRIPTION
  855.                     "This object is only applicable to M5830S radio.
  856.              UNII RF tx power (in dBm). It specifies the power output
  857.                       of the radio, excluding the antenna gain. Check parameters
  858.                       apuniiTxPowerMax and apuniiTxPowerMin for power setting range."
  859.         ::= { apunii 3 }
  860.  
  861.     apuniiServiceRadius OBJECT-TYPE
  862.         SYNTAX     INTEGER {
  863.                         twomiles(2),
  864.                         threemiles(3),
  865.                         fourmiles(4)
  866.                     }
  867.         ACCESS    read-write
  868.         STATUS    mandatory
  869.         DESCRIPTION
  870.                     "This object is only applicable to M5830S radio.
  871.              UNII RF service radius (in mile). It specifies the distance of
  872.                       the furthest SU the AP will serve. Based on this information,
  873.                       the AP will determine the maximum wait time for a SU to
  874.                       response to a poll before it starts to poll the next one."
  875.         ::= { apunii 4 }
  876.  
  877.     apuniiRxThreshold OBJECT-TYPE
  878.         SYNTAX     INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
  879.         ACCESS    read-write
  880.         STATUS    mandatory
  881.         DESCRIPTION
  882.                     "This object is only applicable to M5830S radio.
  883.                       UNII RF rx threshold (in dBm). It specifies the receiver sensitivity of the AP."
  884.         ::= { apunii 5 }
  885.  
  886.     apuniiTargetRSSI OBJECT-TYPE
  887.         SYNTAX     INTEGER (-85..-45)
  888.         ACCESS    read-write
  889.         STATUS    mandatory
  890.         DESCRIPTION
  891.                     "This object is only applicable to M5830S radio.
  892.              UNII RF target RSSI (in dBm). It specifies the target RSSI from all SUs to
  893.                        the AP. Based on this parameter, the AP can power level each SU so that
  894.                       it receives same level of signal strength from all SUs, regardless far
  895.                       or near. Note that when you set the Target RSSI from SU, you need to
  896.                       consider AP's RF Rx Threshold value. The Target RSSI from SU must be 5dB
  897.                       higher than the RF Rx Threshold."
  898.         ::= { apunii 6 }
  899.  
  900.     -- SU objects
  901.     suSUCount OBJECT-TYPE
  902.          SYNTAX    INTEGER (0..500)
  903.         ACCESS    read-only
  904.         STATUS    mandatory
  905.         DESCRIPTION
  906.             "Number of subscriber units in the subscriber database."
  907.         ::= { su 1 }
  908.  
  909.     suPowerLvlAll OBJECT-TYPE
  910.         SYNTAX    INTEGER {
  911.                     deactivated(0),
  912.                     activated(1)
  913.                 }
  914.         ACCESS    read-write
  915.         STATUS    mandatory
  916.         DESCRIPTION
  917.             "It is a feature that is typically found in more
  918.                       elaborate mobile systems such as cellular CDMA
  919.                       networks. Using this feature, all SUs have their
  920.                       RF power output adjusted until the signal strength
  921.                       for each SU as received in the AP is roughly the same."
  922.             DEFVAL    {deactivated}
  923.         ::= { su 2 }
  924.  
  925.         suStatisticsSamplePeriod OBJECT-TYPE
  926.         SYNTAX    INTEGER (1..60)
  927.             ACCESS  read-write
  928.             STATUS  mandatory
  929.             DESCRIPTION
  930.                     "A period (in minute) AP requests update on SU Info Table from all associated SUs."
  931.             ::= { su 3 }
  932.  
  933.         suRebootAll OBJECT-TYPE
  934.             SYNTAX  INTEGER {
  935.                         deactivated(0),
  936.                         activated(1)
  937.                     }
  938.             ACCESS  read-write
  939.             STATUS  mandatory
  940.             DESCRIPTION
  941.                     "AP broadcasts reboot command to all subscriber units."
  942.             DEFVAL { deactivated }
  943.             ::= { su 4 }
  944.  
  945.         sudbDeleteOrAddID OBJECT-TYPE
  946.             SYNTAX  INTEGER (1..8190)
  947.         ACCESS    read-write
  948.         STATUS    mandatory
  949.         DESCRIPTION
  950.             "Subscriber unit ID (1..8190). Each
  951.                        subscriber in a sector shall have a unique ID."
  952.         ::= { sudb 1 }
  953.  
  954.     sudbAddMAC OBJECT-TYPE
  955.         SYNTAX    OCTET STRING (SIZE(6))
  956.         ACCESS    read-write
  957.         STATUS    mandatory
  958.         DESCRIPTION
  959.             "It is the MAC address of the subscriber unit,
  960.                  which can be found on the back of the SU."
  961.         ::= { sudb 2 }
  962.  
  963.     sudbAddPolling OBJECT-TYPE
  964.         SYNTAX    INTEGER {
  965.                 regular(1),
  966.                         priority(5)
  967.                     }
  968.         ACCESS    read-write
  969.         STATUS    mandatory
  970.         DESCRIPTION
  971.             "It is service level value, regular or priority, of a SU.
  972.                       The AP will poll priority user more often, thus better
  973.                       network latency as the result. As the network latency
  974.                       varies based on the number of subscriber units the AP
  975.                       serves, priority user is guaranteed that the latency is
  976.                       NOT greater than 100ms regardless of the size of the network."
  977.             DEFVAL  {regular}
  978.         ::= { sudb 3 }
  979.  
  980.     sudbAddSUtoSU OBJECT-TYPE
  981.         SYNTAX    INTEGER {
  982.                         nullgroup(0),
  983.                         group1(1),
  984.                         group2(2),
  985.                       group3(3),
  986.                     group4(4),
  987.                     group5(5),
  988.                         group6(6),
  989.                         group7(7),
  990.                         group8(8),
  991.                         group9(9),
  992.                         groupA(10),
  993.                         groupB(11),
  994.                         groupC(12),
  995.                         groupD(13),
  996.                         groupE(14),
  997.                         groupF(15)
  998.                     }
  999.         ACCESS    read-write
  1000.         STATUS    mandatory
  1001.         DESCRIPTION
  1002.             "It is peer-to-peer group this SU belongs to.
  1003.                       With the SU to SU switch is turned on, SUs in
  1004.                       the same peer-to-peer group can communicate to
  1005.                       each other via the AP. There are totally 15 groups
  1006.                       available. Note that the SU shall be set to priority
  1007.                       user for this feature to improve latency."
  1008.             DEFVAL  {nullgroup}
  1009.         ::= { sudb 4 }
  1010.  
  1011.     sudbAddCIR OBJECT-TYPE
  1012.         SYNTAX    INTEGER (0..9999)
  1013.         ACCESS    read-write
  1014.         STATUS    mandatory
  1015.         DESCRIPTION
  1016.             "It is the Committed Information Rate (in Kbps) the AP allocates to SU."
  1017.             DEFVAL { 128 }
  1018.         ::= { sudb 5 }
  1019.  
  1020.     sudbAddMIR OBJECT-TYPE
  1021.         SYNTAX    INTEGER (0..9999)
  1022.         ACCESS    read-write
  1023.         STATUS    mandatory
  1024.         DESCRIPTION
  1025.             "It is the Maximum Information Rate (in Kbps) the AP allocates to SU."
  1026.             DEFVAL { 9999 }
  1027.         ::= { sudb 6 }
  1028.  
  1029.     sudbAdd OBJECT-TYPE
  1030.         SYNTAX    INTEGER {
  1031.                         deactivated(0),
  1032.                         add(1)
  1033.                     }
  1034.         ACCESS    read-write
  1035.         STATUS    mandatory
  1036.         DESCRIPTION
  1037.             "Add a subscriber (specified in object sudbDeleteOrAddID) to the subscriber database."
  1038.             DEFVAL  {deactivated}
  1039.         ::= { sudb 7 }
  1040.  
  1041.     sudbDelete OBJECT-TYPE
  1042.         SYNTAX    INTEGER {
  1043.                         deactivated(0),
  1044.                         delete(1)
  1045.                     }
  1046.         ACCESS    read-write
  1047.         STATUS    mandatory
  1048.         DESCRIPTION
  1049.             "Delete a subscriber (specified in object sudbDeleteOrAddID) from the subscriber database."
  1050.             DEFVAL  {deactivated}
  1051.         ::= { sudb 8 }
  1052.  
  1053.     suInfoTable OBJECT-TYPE
  1054.         SYNTAX    SEQUENCE OF SuInfoEntry
  1055.         ACCESS    not-accessible
  1056.         STATUS    mandatory
  1057.         DESCRIPTION
  1058.             "A table that contains subscriber unit entities."
  1059.         ::= { su 6 }
  1060.  
  1061.     suInfoEntry OBJECT-TYPE
  1062.         SYNTAX    SuInfoEntry
  1063.         ACCESS    not-accessible
  1064.         STATUS    mandatory
  1065.         DESCRIPTION
  1066.             "Information about a specific subscriber unit retrieved by its ID number."
  1067.         INDEX    { suID }
  1068.         ::= { suInfoTable 1 }
  1069.  
  1070.     SuInfoEntry ::=
  1071.         SEQUENCE {
  1072.             suID            INTEGER,
  1073.             suMAC            OCTET STRING,
  1074.             suPolling        INTEGER,
  1075.             suSUtoSU         INTEGER,
  1076.             suCIR             INTEGER,
  1077.             suMIR            INTEGER,
  1078.             suIPAddr        IpAddress,
  1079.                     suRemarks               DisplayString,
  1080.             suHWVer            OCTET STRING,
  1081.             suFWVer            DisplayString,
  1082.             suFPGAVer        OCTET STRING,
  1083.             suChecksum        OCTET STRING,
  1084.             suAssociation            INTEGER,
  1085.             suDIstance        INTEGER,
  1086.             suRSSIFromSU            INTEGER,
  1087.             suRSSIFromAP            INTEGER,
  1088.             suTxPower        INTEGER,
  1089.             suEthRxAvgThroughputLog    INTEGER,
  1090.             suEthTxAvgThroughputLog INTEGER,
  1091.             suRfRxAvgThroughputLog  INTEGER,
  1092.             suRfTxAvgThroughputLog  INTEGER,
  1093.                     suRfInOctets            Counter,
  1094.                     suRfOutOctets           Counter,
  1095.             suPowerLevel        INTEGER,
  1096.                     suTemperature       INTEGER,
  1097.                     suReboot            INTEGER,
  1098.             suTCPIPForLocalEth    INTEGER
  1099.             }
  1100.  
  1101.     suID OBJECT-TYPE
  1102.         SYNTAX    INTEGER (1..8190)
  1103.         ACCESS    read-only
  1104.         STATUS    mandatory
  1105.         DESCRIPTION
  1106.             "Subscriber unit ID. Each subscriber in a sector shall have a unique ID."
  1107.         ::= { suInfoEntry 1 }
  1108.  
  1109.     suMAC OBJECT-TYPE
  1110.         SYNTAX    OCTET STRING (SIZE(6))
  1111.         ACCESS    read-only
  1112.         STATUS    mandatory
  1113.         DESCRIPTION
  1114.             "Subscriber unit MAC Address. Format: 00 01 DE xx xx xx."
  1115.         ::= { suInfoEntry 2 }
  1116.  
  1117.     suPolling OBJECT-TYPE
  1118.         SYNTAX    INTEGER {
  1119.                     regular(1),
  1120.                     priority(5)
  1121.                 }
  1122.         ACCESS    read-only
  1123.         STATUS    mandatory
  1124.         DESCRIPTION
  1125.             "It is service level value, regular or priority, of a SU.
  1126.                      The AP will poll priority user more often, thus better
  1127.                      network latency as the result. As the network latency
  1128.                      varies based on the number of subscriber units the AP
  1129.                      serves, priority user is guaranteed that the latency is
  1130.                      NOT greater than 100ms regardless of the size of the network."
  1131.             DEFVAL  {regular}
  1132.         ::= { suInfoEntry 3 }
  1133.  
  1134.     suSUtoSU OBJECT-TYPE
  1135.         SYNTAX    INTEGER {
  1136.                         nullgroup(0),
  1137.                         group1(1),
  1138.                         group2(2),
  1139.                         group3(3),
  1140.                         group4(4),
  1141.                         group5(5),
  1142.                         group6(6),
  1143.                         group7(7),
  1144.                         group8(8),
  1145.                         group9(9),
  1146.                         groupA(10),
  1147.                         groupB(11),
  1148.                         groupC(12),
  1149.                         groupD(13),
  1150.                         groupE(14),
  1151.                         groupF(15)
  1152.                     }
  1153.         ACCESS    read-only
  1154.         STATUS    mandatory
  1155.         DESCRIPTION
  1156.             "It is peer-to-peer group this SU belongs to.
  1157.                      With the SU to SU switch is turned on, SUs in
  1158.                      the same peer-to-peer group can communicate to
  1159.                       each other via the AP. There are totally 15 groups
  1160.                       available. Note that the SU shall be set to priority
  1161.                       user for this feature to improve latency."
  1162.             DEFVAL  {nullgroup}
  1163.         ::= { suInfoEntry 4 }
  1164.  
  1165.     suCIR OBJECT-TYPE
  1166.         SYNTAX    INTEGER (0..9999)
  1167.         ACCESS    read-only
  1168.         STATUS    mandatory
  1169.         DESCRIPTION
  1170.             "It is the Committed Information Rate (in Kbps) the AP allocates to SU."
  1171.         ::= { suInfoEntry 5 }
  1172.  
  1173.     suMIR OBJECT-TYPE
  1174.         SYNTAX    INTEGER (0..9999)
  1175.         ACCESS    read-only
  1176.         STATUS    mandatory
  1177.         DESCRIPTION
  1178.             "It is the Maximum Information Rate (in Kbps) the AP allocates to SU."
  1179.         ::= { suInfoEntry 6 }
  1180.  
  1181.     suIPAddr OBJECT-TYPE
  1182.         SYNTAX    IpAddress
  1183.         ACCESS    read-only
  1184.         STATUS    mandatory
  1185.         DESCRIPTION
  1186.             "Subscriber unit IP Address."
  1187.         ::= { suInfoEntry 7 }
  1188.  
  1189.     suRemarks OBJECT-TYPE
  1190.             SYNTAX  DisplayString (SIZE (0..30))
  1191.             ACCESS  read-only
  1192.             STATUS  mandatory
  1193.             DESCRIPTION
  1194.                     "Subscriber unit Remark."
  1195.             ::= { suInfoEntry 8 }
  1196.     
  1197.  
  1198.     suHWVer OBJECT-TYPE
  1199.         SYNTAX    OCTET STRING (SIZE(2))
  1200.         ACCESS    read-only
  1201.         STATUS    mandatory
  1202.         DESCRIPTION
  1203.             "Subscriber unit Hardware Version."
  1204.         ::= { suInfoEntry 9 }
  1205.  
  1206.     suFWVer OBJECT-TYPE
  1207.             SYNTAX  DisplayString (SIZE (0..32))
  1208.         ACCESS    read-only
  1209.         STATUS    mandatory
  1210.         DESCRIPTION
  1211.             "Subscriber unit main firmware version."
  1212.         ::= { suInfoEntry 10 }
  1213.  
  1214.     suFPGAVer OBJECT-TYPE
  1215.         SYNTAX    OCTET STRING (SIZE(4))
  1216.         ACCESS    read-only
  1217.         STATUS    mandatory
  1218.         DESCRIPTION
  1219.             "Subscriber unit FPGA firmware version."
  1220.         ::= { suInfoEntry 11 }
  1221.  
  1222.     suChecksum OBJECT-TYPE
  1223.         SYNTAX    OCTET STRING (SIZE(4))
  1224.         ACCESS    read-only
  1225.         STATUS    mandatory
  1226.         DESCRIPTION
  1227.             "Subscriber unit firmware checksum."
  1228.         ::= { suInfoEntry 12 }
  1229.  
  1230.     suAssociation OBJECT-TYPE
  1231.         SYNTAX  INTEGER {
  1232.                     associated(1),
  1233.                     notAssociated(0)
  1234.                 }
  1235.         ACCESS    read-only
  1236.         STATUS    mandatory
  1237.         DESCRIPTION
  1238.             "Subscriber unit association status."
  1239.         ::= { suInfoEntry 13 }
  1240.  
  1241.     suDIstance OBJECT-TYPE
  1242.         SYNTAX    INTEGER (0..40)
  1243.         ACCESS    read-only
  1244.         STATUS    mandatory
  1245.         DESCRIPTION
  1246.             "Distance of SU (in mile)."
  1247.         ::= { suInfoEntry 14 }
  1248.  
  1249.     suRSSIFromSU OBJECT-TYPE
  1250.         SYNTAX    INTEGER (-128..127)
  1251.         ACCESS    read-only
  1252.         STATUS    mandatory
  1253.         DESCRIPTION
  1254.             "Subscriber unit RSSI from SU (in dBm)."
  1255.         ::= { suInfoEntry 15 }
  1256.  
  1257.     suRSSIFromAP OBJECT-TYPE
  1258.         SYNTAX    INTEGER (-128..127)
  1259.         ACCESS    read-only
  1260.         STATUS    mandatory
  1261.         DESCRIPTION
  1262.             "Subscriber unit RSSI from AP (in dBm)."
  1263.         ::= { suInfoEntry 16 }
  1264.  
  1265.     suTxPower OBJECT-TYPE
  1266.         SYNTAX    INTEGER (-128..127)
  1267.         ACCESS    read-only
  1268.         STATUS    mandatory
  1269.         DESCRIPTION
  1270.             "Subscriber unit Tx Power Level (in dBm)."
  1271.         ::= { suInfoEntry 17 }
  1272.  
  1273.     suEthRxAvgThroughputLog OBJECT-TYPE
  1274.         SYNTAX    INTEGER
  1275.         ACCESS    read-only
  1276.         STATUS    mandatory
  1277.         DESCRIPTION
  1278.             "Average payload data throughput (in Kbits/sec) received on the
  1279.                      Ethernet port over the period specified by suStatisticsSamplePeriod."
  1280.         ::= { suInfoEntry 18 }
  1281.  
  1282.     suEthTxAvgThroughputLog OBJECT-TYPE
  1283.         SYNTAX    INTEGER
  1284.         ACCESS    read-only
  1285.         STATUS    mandatory
  1286.         DESCRIPTION
  1287.             "Average payload data throughput (in Kbits/sec) transmitted on the
  1288.                      Ethernet port over the period specified by suStatisticsSamplePeriod."
  1289.         ::= { suInfoEntry 19 }
  1290.  
  1291.     suRfRxAvgThroughputLog OBJECT-TYPE
  1292.         SYNTAX    INTEGER
  1293.         ACCESS    read-only
  1294.         STATUS    mandatory
  1295.         DESCRIPTION
  1296.             "Average payload data throughput (in Kbits/sec) received on the
  1297.                      RF port over the period specified by suStatisticsSamplePeriod."
  1298.         ::= { suInfoEntry 20 }
  1299.  
  1300.     suRfTxAvgThroughputLog OBJECT-TYPE
  1301.         SYNTAX    INTEGER
  1302.         ACCESS    read-only
  1303.         STATUS    mandatory
  1304.         DESCRIPTION
  1305.             "Average payload data throughput (in Kbits/sec) transmitted on the
  1306.                      RF port over the period specified by suStatisticsSamplePeriod."
  1307.         ::= { suInfoEntry 21 }
  1308.  
  1309.     suRfInOctets OBJECT-TYPE
  1310.         SYNTAX     Counter
  1311.         ACCESS    read-only
  1312.         STATUS    mandatory
  1313.         DESCRIPTION
  1314.             "Number of payload octets received on the RF port."
  1315.         ::= { suInfoEntry 22 }
  1316.  
  1317.     suRfOutOctets OBJECT-TYPE
  1318.         SYNTAX     Counter
  1319.         ACCESS    read-only
  1320.         STATUS    mandatory
  1321.         DESCRIPTION
  1322.             "Number of payload octets transmitted on the RF port."
  1323.         ::= { suInfoEntry 23 }
  1324.  
  1325.     suPowerLevel OBJECT-TYPE
  1326.         SYNTAX    INTEGER {
  1327.                     deactivated(0),
  1328.                     activated(1)
  1329.                 }
  1330.         ACCESS    read-write
  1331.         STATUS    mandatory
  1332.         DESCRIPTION
  1333.             "It is a feature that is typically found in more
  1334.                       elaborate mobile systems such as cellular CDMA
  1335.                      networks. Using this feature, the SU has its
  1336.                      RF power output adjusted until its signal strength
  1337.                      received in the AP is roughly the same."
  1338.         ::= { suInfoEntry 24 }
  1339.  
  1340.     suTemperature OBJECT-TYPE
  1341.             SYNTAX  INTEGER (-128..127)
  1342.             ACCESS  read-only
  1343.             STATUS  mandatory
  1344.             DESCRIPTION
  1345.                     "Subscriber Unit temperature reading value (in Celsius)."
  1346.             ::= { suInfoEntry 25 }
  1347.  
  1348.         suReboot OBJECT-TYPE
  1349.             SYNTAX  INTEGER {
  1350.                         deactivated(0),
  1351.                         activated(1)
  1352.                     }
  1353.             ACCESS  read-write
  1354.             STATUS  mandatory
  1355.             DESCRIPTION
  1356.                     "AP issues reboot command to a specific subscriber unit."
  1357.             DEFVAL { deactivated }
  1358.             ::= { suInfoEntry 26 }
  1359.  
  1360.     suTCPIPForLocalEth OBJECT-TYPE
  1361.         SYNTAX    INTEGER {
  1362.                     disabled(0),
  1363.                     enabled(1)
  1364.                 }
  1365.         ACCESS     read-write
  1366.         STATUS     mandatory
  1367.         DESCRIPTION
  1368.             "When it is turned on, then the SU will process all the local TCP/IP service."
  1369.         ::= { suInfoEntry 27 }
  1370.  
  1371.     -- trapconfig objects
  1372.     trapconfigTrapCount OBJECT-TYPE
  1373.         SYNTAX    INTEGER (0..255)
  1374.         ACCESS    read-only
  1375.         STATUS    mandatory
  1376.         DESCRIPTION
  1377.             "Types of trap."
  1378.         ::= { trapconfig 1 }
  1379.         
  1380.         trapconfigDest1IPAddress OBJECT-TYPE
  1381.         SYNTAX    IpAddress
  1382.         ACCESS    read-write
  1383.         STATUS    mandatory
  1384.         DESCRIPTION
  1385.             "Trap destination 1 IP address."
  1386.         ::= { trapconfig 2 }
  1387.          
  1388.         trapconfigDest2IPAddress OBJECT-TYPE
  1389.         SYNTAX    IpAddress
  1390.         ACCESS    read-write
  1391.         STATUS    mandatory
  1392.         DESCRIPTION
  1393.             "Trap destination 2 IP address."
  1394.         ::= { trapconfig 3 }
  1395.  
  1396.     trapconfigTrapTable OBJECT-TYPE
  1397.         SYNTAX    SEQUENCE OF TrapconfigTrapEntry
  1398.         ACCESS    not-accessible
  1399.         STATUS    mandatory
  1400.         DESCRIPTION
  1401.             "A table that contains information of Trango trap events ."
  1402.         ::= { trapconfig 4 }
  1403.     
  1404.     trapconfigTrapEntry OBJECT-TYPE
  1405.         SYNTAX    TrapconfigTrapEntry
  1406.         ACCESS    not-accessible
  1407.         STATUS    mandatory
  1408.         DESCRIPTION
  1409.             "Information about a specific Trango trap event."
  1410.         INDEX    { aptrpIndex }
  1411.         ::= { trapconfigTrapTable 1 }
  1412.  
  1413.     TrapconfigTrapEntry ::=
  1414.         SEQUENCE {
  1415.             aptrpIndex
  1416.                 INTEGER,
  1417.             aptrpID
  1418.                 INTEGER,
  1419.             aptrpCommStr
  1420.                 DisplayString,
  1421.             aptrpEnable
  1422.                 INTEGER
  1423.         }
  1424.  
  1425.     aptrpIndex    OBJECT-TYPE
  1426.         SYNTAX    INTEGER (1..5)
  1427.         ACCESS    read-only
  1428.         STATUS    mandatory
  1429.         DESCRIPTION
  1430.             "Trap index."
  1431.         ::= { trapconfigTrapEntry 1 }
  1432.     
  1433.     aptrpID    OBJECT-TYPE
  1434.         SYNTAX    INTEGER (7..255)
  1435.         ACCESS    read-only
  1436.         STATUS    mandatory
  1437.         DESCRIPTION
  1438.             "Specific trap ID."
  1439.         ::= { trapconfigTrapEntry 2 }
  1440.     
  1441.     aptrpCommStr OBJECT-TYPE
  1442.         SYNTAX  DisplayString (SIZE (0..32))
  1443.         ACCESS    read-write
  1444.         STATUS    mandatory
  1445.         DESCRIPTION
  1446.             "Specific trap community string."
  1447.         ::= { trapconfigTrapEntry 3 }
  1448.     
  1449.     aptrpEnable OBJECT-TYPE
  1450.         SYNTAX    INTEGER {
  1451.                     disabled(0),
  1452.                     enabled(1)
  1453.                 }
  1454.         ACCESS    read-write
  1455.         STATUS    mandatory
  1456.         DESCRIPTION
  1457.             "Enable a specific Trango trap event or not."
  1458.             DEFVAL  {disabled}
  1459.         ::= { trapconfigTrapEntry 4 }
  1460.     
  1461.     -- MIB version object
  1462.     mibinfoVersion OBJECT-TYPE
  1463.         SYNTAX  DisplayString (SIZE (0..32))
  1464.         ACCESS    read-only
  1465.         STATUS    mandatory
  1466.         DESCRIPTION
  1467.             "Trango MIB Version."
  1468.         ::= { mibinfo 1 }
  1469.  
  1470.     -- Trap objects
  1471.     suLinkUp TRAP-TYPE
  1472.         ENTERPRISE m5830straps
  1473.         VARIABLES { suID }
  1474.         DESCRIPTION
  1475.               "The SNMP trap that is generated when a specific SU Associated."
  1476.         ::= 7
  1477.  
  1478.     suLinkDown TRAP-TYPE
  1479.         ENTERPRISE m5830straps
  1480.         VARIABLES { suID }
  1481.         DESCRIPTION
  1482.               "The SNMP trap that is generated when a specific SU Powered Off."
  1483.         ::= 8
  1484.  
  1485.     apOpModeFailure TRAP-TYPE
  1486.         ENTERPRISE m5830straps
  1487.         VARIABLES { apsystemBaseId }
  1488.         DESCRIPTION
  1489.               "The SNMP trap that is generated when a specific AP
  1490.                     not being in ap mode during boot up sequence."
  1491.         ::= 9
  1492.  
  1493. -- End of file <trango_M5830SAP_1p1.mib>
  1494. END
  1495.